Release 10.1A: OpenEdge Development:
Progress 4GL Reference


SERVER attribute

A handle to an AppServer containing logic you want to invoke dynamically.

Data type: HANDLE

Access: Readable/Writable

Applies to: CALL object handle

Syntax
SERVER [ = handle-expression ] 

handle-expression

A HANDLE expression indicating a handle to an AppServer.

The default is the Unknown value (?).

To dynamically invoke logic that resides on an AppServer, set SERVER to the handle of the AppServer.

Note: Do not confuse SERVER and IN-HANDLE. SERVER indicates a handle to an AppServer containing logic you want to invoke dynamically. IN-HANDLE indicates a handle to a running persistent procedure containing logic (internal procedures and user-defined functions) you want to invoke dynamically.


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095